home *** CD-ROM | disk | FTP | other *** search
/ Champak 62 / Volume 62 - JOGO DISK .iso / Games / mycutepets.swf / scripts / frame_1 / DoAction.as
Text File  |  2008-03-17  |  1KB  |  17 lines

  1. _root.localization_url1 = "http://www.girlsgogames.com/moregames/?utm_source=brandedgames&utm_medium=moregames&utm_campaign=mycutepets";
  2. _root.localization_url2 = "http://www.girlsgogames.com/freegames/?utm_source=brandedgames&utm_medium=freegames&utm_campaign=mycutepets";
  3. _root.localization_branding_nr = 1;
  4. _root.no_more_how_to_play = 0;
  5. loadpercent = "0%";
  6. loadBytes = "0 of " + Math.round(_root.getBytesTotal() / 1024 * 1000) / 1000 + " Kb";
  7. loadPercent = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100) + "%";
  8. loaded = Math.floor(_root.getBytesLoaded() / _root.getBytesTotal() * 100);
  9. loadBytes = Math.round(_root.getBytesLoaded() / 1024 * 1000) / 1000 + " Kb of " + Math.round(_root.getBytesTotal() / 1024 * 1000) / 1000 + " Kb total Loaded.";
  10. _root.bar._xscale = loaded * 10;
  11. if(_root.getBytesLoaded() == _root.getBytesTotal())
  12. {
  13.    loadPercent = "100%";
  14.    loadBytes = Math.round(_root.getBytesLoaded() / 1024 * 1000) / 1000 + " Kb of " + Math.round(_root.getBytesTotal() / 1024 * 1000) / 1000 + " Kb total Loaded.";
  15.    gotoAndPlay(3);
  16. }
  17.